From: IOhannes m zmölnig Date: Tue, 16 Feb 2016 12:12:50 +0000 (+0100) Subject: Fixed debian/watch X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~298 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=e3f5130b8417fbda9d8a76790539070a791c9017;p=jacktrip.git Fixed debian/watch --- diff --git a/debian/watch b/debian/watch index e2d5eaa..7285175 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,7 @@ # you can run the "uscan" command to check for upstream updates and more. # See uscan(1) for format -version=3 -https://github.com/jcacerec/jacktrip/releases \ -.*[^n]/(?:|v|version-|version|release-|r|REL_|rel-|jacktrip(?:_|-))(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz) +version=4 +opts=dversionmangle=s/[~+](dfsg|repack)(\.\d*)?$//,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/jacktrip-$1\.tar\.gz/ \ + https://github.com/jcacerec/jacktrip/tags .*/v?(\d\S*)\.tar\.gz +#https://github.com/jcacerec/jacktrip/releases \ +#.*[^n]/(?:|v|version-|version|release-|r|REL_|rel-|jacktrip(?:_|-))(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)